type runtime.boundsError

20 uses

	runtime (current package)
		error.go#L113: type boundsError struct {
		error.go#L169: func (e boundsError) RuntimeError() {}
		error.go#L181: func (e boundsError) Error() string {
		panic.go#L114: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
		panic.go#L120: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
		panic.go#L128: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAlen})
		panic.go#L134: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAlen})
		panic.go#L140: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAcap})
		panic.go#L146: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAcap})
		panic.go#L154: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceB})
		panic.go#L160: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceB})
		panic.go#L166: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Alen})
		panic.go#L170: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Alen})
		panic.go#L174: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Acap})
		panic.go#L178: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Acap})
		panic.go#L184: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3B})
		panic.go#L188: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3B})
		panic.go#L194: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3C})
		panic.go#L198: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3C})
		panic.go#L204: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsConvert})